@media only screen and (max-width: 480px) {
  .here-to-help {
    display: none;
  }
}

body {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgb(46, 46, 46);
}
span#eye-icon {
  font-size: 23px;
  cursor: pointer;
  color: #2768ae;
}
.login-container {
  width: 80%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  margin: 30px;
  margin-left: 10%;
  background-color: rgb(8 11 15);
  align-items: center;
  justify-content: space-around;
}

.login-form {
  max-width: 500px;
  margin: 0 auto;
}
.refresh-btn-captch {
  width: 12% !important;
  padding: 7px;
  background-color: #333;
  color: #fff;
  border: none;
  font-size: 21px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 10px;
  margin-right: auto;
}
.flex-captch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  color: aqua;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 0px;
  color: #ddddddd9;
}

.form-group input {
  width: 290px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 36px;
}

button, .submit-btn{
  width: 90%;
  padding: 10px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 10px;
  margin-left: auto;
}


/* Styling for the header */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
}


.login_info .logo1 img {
  width: 80%;
}

.login_info h2 {
  font-size: 120%;
  margin: 0;
  padding: 0;
  color: #ddddddd9;
}

.login_info p {
  margin: 0 0 10px;
  color: #ddddddd9;
}

.user-links {
  margin-left: 10px;
  margin-top: 55px;
  text-decoration: none;
  color: #323;
}

.login_info {
  text-align: center;
  position: relative;
  padding: 2.5em;
  margin-left: 30px;
  border-left: 1px solid #ddddddd9;
  padding-right: 0px;
  width: 40%;
}

.user-links a {
  margin-left: 10px;
  text-decoration: none;
  color: #323;
}

.secondary-header {
  display: flexbox;
  background-color: black;
  padding: 10px;
  height: auto;
}

.bars {
  margin-top: 8px;
  color: aliceblue;
}
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nav-links a {
  color: turquoise;
  font-size: medium;
  text-decoration: none;
  height: 20px;
  padding: 8px 12px;
  margin-top: 35px;
  margin-left: 10px;
}

/* To remove the margin from the first link */
.nav-links a:first-child {
  margin-left: 0;
}

.nav-links a:hover {
  background: #464444;
  height: 20px;
  border-radius: 7px;
  transition: 0.5s;
}


.btn2 {
  height: 25px;
  width: fit-content;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-radius: 7px;
  color: turquoise;
  background-color: black;
  margin-top: -10px;
}

/* Footer Styling */
.page-footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 40px 0;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.page-footer a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.page-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: turquoise;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.page-footer a:hover::after {
  transform: scaleX(1);
}

.page-footer .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-footer .col-md-4,
.page-footer .col-sm-4 {
  padding: 0px 45px;
  margin-bottom: 10px;
}

.page-footer h4.header {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: turquoise;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

span.jamboo {
  color: #38c6ae;
  font-size: 18px;
  font-weight: 900;
}

.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.page-footer ul li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.page-footer ul li i.list {
  color: turquoise;
  margin-right: 10px;
}

.page-footer ul li strong {
  color: turquoise;
}

.page-footer .footer-nav ul li a {
  font-size: 14px;
  line-height: 1.5;
}

.page-footer .table-address {
  width: 100%;
  border-collapse: collapse;
}

.page-footer .table-address tr td {
  padding: 5px 0;
  font-size: 14px;
}

.page-footer .table-address tr td i {
  color: turquoise;
  margin-right: 10px;
}

.page-footer .social-menu {
  display: flex;
  gap: 35px;

}

.page-footer .social-menu li {
  list-style: none;
}

.page-footer .social-menu li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.page-footer .social-menu li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-footer .social-menu li a:hover {
  background-color: turquoise;
}

.page-footer .footer-cards ul {
  display: flex;
  gap: 35px;
}

.page-footer .footer-cards ul li {
  list-style: none;
}

.page-footer .footer-cards ul li img {
  width: 40px;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.page-footer .footer-cards {
  margin-top: 20px;
}



.page-footer .social-media {
  margin-top: 20px;
}



.page-footer .here-to-help ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.page-footer .here-to-help ul li::after {
  content: "\A";
  white-space: pre;
}

.page-footer .here-to-help ul li i.list {

  margin-right: 10px;

}

.page-footer .footer-cards ul li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.page-footer .footer-cards ul li img {
  display: inline-block;
  width: 100%;
  height: auto;
}



.page-footer .footer-copyright {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color: #0d0d0d;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  color: #aaa;
  border-top: 1px solid #333;
  margin-bottom: -40px;
}

.page-footer .footer-copyright a {
  color: turquoise;
}

.page-footer .copy-text {
  margin: 0;
  font-size: 14px;
}





/* Responsive Styles */
@media only screen and (max-width: 480px) {
  
  .login_info {
    display: none;
  }

  .nav-links {
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .btn2 {
    height: 25px;
    width: fit-content;
    height: auto;
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 7px;
    color: turquoise;
    background-color: black;
  }

  .btn {
    position: fixed;
    top: 150px;
    right: 15px;
    height: 40px;
    font-size: large;
    width: 200px;
    border-radius: 10px;
    color: black;
    background-color: #2ec452;
  }

  #about {
    color: white;
    background-color: black;
    width: 100%;
  }

  .h1 {
    font-size: 24px;
  }

  .h3 {
    font-size: 16px;
  }

  .nav-links a {
    margin-top: 10px;
  }

}

@media only screen and (min-width: 768px) {

  .about {
    margin-left: 15px;
  }

  .btn2 {
    height: 25px;
    width: fit-content;
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-radius: 7px;
    color: turquoise;
    background-color: black;
    margin-top: -10px;
  }

  .btn {
    position: fixed;
    top: 150px;
    right: 0;
    height: 40px;
    font-size: large;
    width: 200px;
    border-radius: 10px;
    color: black;
    background-color: #2ec452;
  }

  #about {
    display: flex;
    color: white;
    background-color: black;
    width: 100%;
  }

  .h1 {
    font-size: 40px;
  }

  .h3 {
    font-size: 20px;
  }
 

}


nav.nav-linkss {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li.nav-li {
  display: inline;
  padding: 36px;

}

.nav-li a {
  color: turquoise;
  text-decoration: none;
  font-size: 15px;
}

a.login-btn {
  border: 1px solid turquoise;
  border-radius: 10px;
  padding: 9px 19px;
}



/* hamberger css  start*/
.fa-bars {
  display: none;
}


@media(max-width:768px) {
  .page-footer .copy-text {
    margin: 0;
    font-size: 10px;
  }

  html,
  body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  #nav-links {
    display: none;
  }

  .fa-bars {
    display: block;
    position: absolute;
    right: 29px;
    font-size: 40px;
    color: #a2dcdc;
    top: 47px;
  }

  .fa-solid.fa-xmark {
    position: absolute;
    right: 29px;
    font-size: 40px;
    color: #a2dcdc;
    top: 47px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }


  ul#nav-links {
    background: black;
    border-top: 2px solid turquoise;
    position: absolute;
    top: 108px;
    line-height: 42px;
    width: 84%;
    height: 100vh;
    z-index: 99;
    color: turquoise;
    list-style: none;
    width: 100%;
    left: -39px;
  }


  li.nav-li a {
    color: turquoise;
    font-size: 25px !important;
    text-decoration: none;
    display: block;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }

  li.nav-li {
    display: block;
    padding: 8px;
    padding-left: 76px;
    border-bottom: 1px solid turquoise;
  }


  a.login-btn {
    border: none !important;
  }

  .g-recaptcha {
    display: none !important;
  }

  .form-group input {
    width: 228px !important;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 25px;
  }

  input#captchaInput::placeholder {
    font-size: 12px;
  }
  .login-container{
    margin-left: auto;
  }
}


.captcha {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  background: #173350;
  width: 42%;
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.captcha-input {
  font-size: 20px;
  padding: 5px;
  margin-top: 10px;
}

input#captchaInput::placeholder {
  font-size: 18px;

}


@media only screen and (max-width: 1024px) and (min-width: 600px) {
  ul#nav-links {
    display: none;
  }

  .fa-bars {
    display: block;
    position: absolute;
    right: 163px;
    font-size: 58px;
    color: #a2dcdc;
    top: 29px;
  }

  ul#nav-links {
    position: absolute;
    top: 109px;
    z-index: 99 !important;
    background: black;
    height: 100vh;
    width: 95%;
    padding-top: 54px;
    border-top: 2px solid #1fd2d0;
    left: 1px;
  }

  li.nav-li {
    font-size: 54px;
    margin-left: 31%;
    margin-top: 62px;
  }

  li.nav-li a {
    font-size: 54px !important;
    margin: 0px;
    gap: 19px;
    display: flex;
    align-items: center;
    text-align: justify !important;
    padding-left: 34%;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
  a.login-btn {
    border: none !important;
  }


  .fa-solid.fa-xmark {
    position: absolute;
    right: 163px;
    font-size: 58px;
    color: #a2dcdc;
    top: 29px;
  }

}

@media only screen and (max-width: 800px) and (min-width: 600px){
  li.nav-li {
    font-size: 54px;
    margin-left: 1px !important;
    margin-top: 62px;
}
}

@media (max-width: 1180px) , (max-width: 1280px){
  .nav-li a {
      text-decoration: none;
      color: #1fd2d0;
      font-size: 9px !important;
  }
}




@media (min-width: 1900px) {
  
  body{
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }
  nav.nav-linkss {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 85;
    transition: all ease 0.5s;
  }
  nav.nav-linkss a {
    color: turquoise;
    text-decoration: none;
    font-size: 21px !important;
    margin-left: 10px;
    margin-top: 35px;
}
.login-form h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 39px;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-group {
  margin-bottom: 15px;
  margin-top: 13%;
}
button{
  width: 73%;
}
.login_info p {
  margin: 0 0 10px;
  font-size: 23px;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.login_info h2 {
  font-size: 29px;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0;
}
label{
  font-size: 26px;
}
.page-footer .here-to-help ul li{
  font-size: 16px;
}
.page-footer .footer-nav ul li a{
  font-size: 17px;
}
.page-footer a{
  font-size: 18px;
}
.page-footer .copy-text {
  margin: 0;
  font-size: 21px;
}
}

span.phone-jamboo {
        color: #38c6ae;
        font-size: 18px;
        font-weight: 900;
        filter: invert(1);
      }
      @media only screen and (max-width: 1024px) and (min-width: 600px) {
        .form-group input {
          width: 260px;
          padding: 6px;
          border: 1px solid #ccc;
          border-radius: 5px;
          height: 25px;
        }
      }